* GtkFontChooser:
- Determine sample text based on font coverage
- Allow filtering by language
+ - Don't center the list
* GtkStack:
- Add gtk_stack_add_child
* GtkVideo:
- Make autoplay work
+* GtkButton:
+ - Check coordinates for button releases
+
* CSS:
- Allow more than 64 selectors per rule
+ - Avoid some allocation overhead
* Adwaita:
- Improve gesture graphics
* GDK:
- Add gdk_frame_clock_get_fps
+ - GLES: Fix color channel mixup in textures
+ - GL: Reduce image copying for texture uploads
* GSK:
- Add radial gradient nodes
- Rename GdkSurfaceState to GdkToplevelState
- Remove GdkWaylandSurface::committed
- Make Wayland backend api take GdkToplevel
+ - Drop gtk_widget_new
+ - Drop cairo_surface_upload_to_gl
+ - Drop gtk_scrolled_window_set_capture_button_press
+ - Drop gtk_column_view_column_new_with_factory
+ - Rename gtk_buildable_set_name to gtk_buildable_set_buildable_id
+ - Drop other GtkBuildable api
* Demos:
- Bug and crash fixes